Welcome![Sign In][Sign Up]
Location:
Search - Write an HTTP server

Search list

[Proxy ServerHTTP_ProxyServer_VC

Description: C++语言写的一个HTTP代理服务器实例,用户可以通过它实现一级或二级代理,同时该代理服务器还内嵌有WEB服务器,用户可以通过其虚拟域名对其主页进行访问.请在VC++6.0及以上环境下编译-the C language to write an HTTP proxy server example, users can achieve it one or two agents, Comparisons of the proxy server is also equipped with a Web server, Users can, through its virtual domain name of their home for a visit. Please VC 6.0 and above environment compiler
Platform: | Size: 157509 | Author: 如歌 | Hits:

[Proxy ServerHTTP_ProxyServer_VC

Description: C++语言写的一个HTTP代理服务器实例,用户可以通过它实现一级或二级代理,同时该代理服务器还内嵌有WEB服务器,用户可以通过其虚拟域名对其主页进行访问.请在VC++6.0及以上环境下编译-the C language to write an HTTP proxy server example, users can achieve it one or two agents, Comparisons of the proxy server is also equipped with a Web server, Users can, through its virtual domain name of their home for a visit. Please VC 6.0 and above environment compiler
Platform: | Size: 240640 | Author: 如歌 | Hits:

[Internet-NetworkSocket_programing

Description: 熟悉Http协议的请求和响应格式,编写一个简单的Http服务器。 基本要求: 1 正确解析Http请求,实现简单的GET请求回应。 2 模拟一个对象(如:文件index.html)的GET回应(如:回应一个字符串),对于其他的对象,则根据Http响应格式回应对象不存在信息。 3 通过浏览器可检测自己的程序。如:输入http://the.ip.of.your.pc:serverPort/index.html,查看其响应结果。 4 对http请求的处理必须采用多进程实现,即主进程负责等待请求连接,每当收到一个请求后,产生一个子进程对该请求做单独处理,主进程继续等待新请求,子进程在处理完其请求后结束自己。详细要求参考课本要求。(多进程编程参考函数fork()) -Http familiar with the agreement of the request and response format, write a simple Http server. Basic requirements: Http parsing a proper request, to achieve a simple GET request to respond. 2 analog an object (such as: file index.html) of the GET response (such as: in response to a string), for other objects, then according to Http response format, the information to respond to the object does not exist. 3 can be detected through the browser s own procedures. Such as: Enter http://the.ip.of.your.pc:serverPort/index.html, see the results of its response. 4 pairs of http request processing must be used to achieve multi-process, that is the main process is responsible for waiting for a request to connect, when receiving a request to generate a child process handling that request to do alone, the main process continues to wait for new request, the child process handling to complete its request to end their own. Requirements detailed requirements refer to their textbooks. (Multi
Platform: | Size: 254976 | Author: 陈聪群 | Hits:

[Proxy ServerProxSerhttp

Description: 一个编写HTTP代理服务器应用实例代码,通过设置服务器IP地址,用户名、密码、端口,得到服务器的信息,已通过测试。-Application example code to write an HTTP proxy server, by setting the server IP address, user name, password, port, server information, and has been tested.
Platform: | Size: 2190336 | Author: 召唤 | Hits:

[FlashMXTurnTable

Description: 一朋友工作需要要我帮写的一个小程序,后来他没用上,放上来,有用的拿去.纯用AS写的,容量相对有点大.该程序需要web服务器支持,可自定义奖品数量,种类及分布,转盘的旋转方向,旋转圈数,旋转时间等,点击中奖按钮时会发送一个http请求,由web服务器决定中奖的奖项,响应相应内容,转盘才开始旋转,web服务器亦可传递js指令,让程序在点击按钮后执行相应的js指令,请求的url及相关参数可自行配置.转盘可以重复的抽奖,每次旋转结束后会自动调用一个事先配置好的js函数.详见使用说明.-A friend work needs to be a small program that I helped write, then he is useless, not impress, take it useful. Pure AS to write a bit large, the capacity is relatively. The program requires the support of the web server, you can customize the number of prizes , type and distribution, the direction of rotation of the turntable, the number of rotations, rotation time, winning the button is clicked, sends an http request, to determine the winner of awards in response to the corresponding content from the web server, the turntable starts rotating, the web server can also be passed js command, the program click the button to perform the corresponding js instruction, the request url and parameters configuration. turntable can repeat the draw, after the end of each rotation will automatically call a pre-configured js function. see use instructions.
Platform: | Size: 5039104 | Author: 霍钧城 | Hits:

[WEB Codephpwind-api-an

Description: 安装手机客户端api(和安装插件类似) 0) mclientapi/update.xml 设置成可写权限 (升级方可正常) 1) 下载对应编码的服务端程序包(支持pw8.0~8.7版本)) 2) 将解压后的upload文件夹内的所有文件上传至站点的根目录。 3) 在浏览器中通过站点地址访问上传文件中的 update_版本号.php文件(http://你的网站域名/update_版本号.php) 4) 安装完成后,会在站点后台生成手机客户端的设置后台,目录为:应用->手机客户端标准版-Install mobile phone client API (and similar plug-ins) 0) mclientapi/update.xml set to write permissions (upgrade can be normal) 1) download the corresponding encoding server program package (pw8.0~8.7 version)) 2) will extract the upload folder of all files uploaded to the site root directory. 3) the site address in the browser to access the uploaded files in the update_ file version number.Php (http:// your domain name /update_ version number.Php) 4) after the installation is complete, in the site background to generate the mobile client to set the background, directory is: application- > mobile client Standard Edition
Platform: | Size: 199680 | Author: ppudn45 | Hits:

[androidlibrarysearch

Description: 广东海洋大学图书馆安卓源码可以获取网站(http://210.38.138.1:81/)上的图书信息,直接通过get/post模拟浏览器与网站交互,非json或webview方式,获取到返回html字符串再去取里面的元素,本项目的服务端是asp.net写的实现了图书系统的登录查询等,在做与asp.net网站交互的朋友可以看一下,登录部分因为我没有测试帐号所以就没有测试。不过项目很多地方没有做异常处理,返回空数据的时候应用会直接异常停止退出-Guangdong Ocean University Library an Android source code can obtain the book information in the website (http://210.38.138.1:81/), browser interaction with the web site directly through the get/post simulations and non JSON or WebView, get the returned HTML string again to pick up the inside elements and the project server is asp.net write the book system login query, in do with the ASP. Net web interaction of friends can look at, log in part because I don t have a test account so there is no test. However, many parts of the project did not do exception handling, return to empty data when the application will directly stop the exit
Platform: | Size: 4256768 | Author: 徐姗姗 | Hits:

CodeBus www.codebus.net